home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Open 107
/
PC Open 107 CD 3.bin
/
CD3
/
IT_Admin_Security_filmati
/
ITAdminSec_menu.swf
/
scripts
/
DefineButton2_102
/
BUTTONCONDACTION on(release).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2005-04-23
|
242 b
|
13 lines
on(release){
var szArg = "lezione_1\\ITAdminSecurity_Riepilogo_5_1.htm";
var szWindow = "_self";
if(_root.FlashPlayer == "1")
{
fscommand("execfile",szArg);
}
else
{
getURL(szArg,szWindow);
}
}